home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 33
/
Aminet 33 - October 1999.iso
/
Aminet
/
dev
/
asm
/
Tandem.lha
/
Tandem
/
Teaching
/
8.asm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Assembly Source File
|
1999-08-21
|
165 b
|
9 lines
* 8.asm Program branching version 0.00 1.9.97
move.l #0,d0
bra fred ;BRA stands for "branch" (like GOTO in AmigaBASIC)
bill:
rts
fred:
bra bill